Published on Jan 03, 2025 Updated on Apr 03, 2025

How to Access PostgreSQL or MySQL Databases Remotely via cPanel

Managing databases remotely can significantly enhance your workflow, especially when working on applications or projects hosted online. Whether you're a developer, a data analyst, or a website administrator, gaining remote access to databases like PostgreSQL or MySQL through cPanel opens the door to seamless integration with powerful tools, real-time updates, and improved efficiency. However, the process requires proper configuration to ensure both accessibility and security. In this guide, we’ll walk you through the step-by-step procedure to enable and configure remote access to your databases via cPanel, making it easier to manage your data from anywhere in the world.

 

To access databases like PostgreSQL or MySQL remotely through cPanel, follow these steps:

1. Configure Remote Access in cPanel

  1. Log in to cPanel.
  2. Locate the "Remote MySQL" or "Remote Database Access" feature.
    • For MySQL: Look for Remote MySQL.
    • For PostgreSQL: It might be labeled differently, or you may need to check with your hosting provider.
  3. Add Your IP Address for Access.
    • In the Remote MySQL or equivalent section:
      • Enter your IP address (or the IP range) that needs remote access.
      • Click Add Host.
      • If you don't know your IP, search "what is my IP" in your browser to find it.
  4. Save Changes.

2. Configure Your Database User

  1. Go to the Databases Section in cPanel.
  2. Check that the database user you want to use has appropriate privileges:
    • For MySQL: Check via MySQL Databases.
    • For PostgreSQL: Use the PostgreSQL Databases feature.
  3. Assign necessary privileges for remote operations (SELECT, INSERT, UPDATE, DELETE, etc.).

3. Use a Database Client for Remote Access

Popular Tools:

  • MySQL:
    • Use tools like MySQL Workbench or phpMyAdmin.
  • PostgreSQL:
    • Use pgAdmin or DBeaver.

Configuration:

  1. Host Address: Use your server's IP address or domain name.
  2. Port:
    • MySQL: Default is 3306.
    • PostgreSQL: Default is 5432.
  3. Database Name: Enter the name of the database.
  4. Username: Use the database user configured in cPanel.
  5. Password: Enter the database user's password.

4. Test the Connection

  1. Open the database client (e.g., MySQL Workbench or pgAdmin).
  2. Enter the credentials you configured above.
  3. Test the connection to ensure everything works.
     

Additional Notes:

  • Firewall Configuration: Ensure that the hosting server's firewall allows access from your IP on the respective port (3306 for MySQL, 5432 for PostgreSQL).
  • Shared Hosting: Some shared hosting providers might not allow remote database access for security reasons. Contact your hosting provider for clarification.
  • Security Tip: Use SSL connections for secure remote access to your database.

 

Conclusion

Enabling remote access to databases like PostgreSQL and MySQL via cPanel empowers you to manage, analyze, and update your data effortlessly from anywhere. By properly configuring remote access, you can integrate powerful database tools, streamline your workflow, and maintain secure connections. Whether you're troubleshooting, developing applications, or performing regular database tasks, remote access adds flexibility and convenience to your operations. Just remember to prioritize security by allowing access only to trusted IPs and using strong credentials. With this setup, you're all set to harness the full potential of your databases, no matter where you are.